:WAIT
Script Statement: This is used to stop processing of the script for a specified period of time. In the meantime, other tasks will be completed.
Syntax
:WAIT Time
Syntax |
Description/Format |
---|---|
Time |
The time in seconds that defines how long the run should be paused. |
You can use this script statement to pause the processing of a script. Processing is paused for the specified period of Time and will then continue.
Note: The script statement causes all open transactions of the script to be written to the AE database. For more information, see Script Processing.
Examples
Script processing will pause for 10 seconds.
:WAIT 10
See also: